Content Library Item Updatesession CertificateInfo
The Content Library Item Updatesession CertificateInfo schema contains information about the public key certificate used to sign the content.
This schema was added in vSphere API 6.8.
{
"issuer": "string",
"subject": "string",
"self_signed": false,
"x509": "string"
}
Certificate issuer. For example: /C=US/ST=California/L=Palo Alto/O=VMware, Inc.
This property was added in vSphere API 6.8.
Certificate subject. For example: C=US/ST=Massachusetts/L=Hopkinton/O=EMC Corporation/OU=EMC Avamar/CN=EMC Corporation.
This property was added in vSphere API 6.8.
Whether the certificate is self-signed.
This property was added in vSphere API 6.8.
The X509 representation of the certificate.
This property was added in vSphere API 6.8.